docs: fully break lines in examples
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Wed, 12 Feb 2014 21:09:09 +0000 (16:09 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Wed, 12 Feb 2014 23:42:50 +0000 (18:42 -0500)
commit37a8ee6e952fb8c837ffbabfe3a5068b08e75b13
treed48dc51ab27f65571678687ef1d254f4caa85d32
parent74c48203f0a790ae6b6bb33cf7cf6ed2c3a4d3d5
docs: fully break lines in examples

Try to do a better job of keeping example content
from being too wide. It is often rendered as <pre>
text so the only time we can wrap it is in the source.

It is best to full break lines at all punctuation and
to try to keep the width under 70 chars or so.
25 files changed:
gtk/gtkaboutdialog.c
gtk/gtkaccelgroup.h
gtk/gtkactionable.c
gtk/gtkapplicationwindow.c
gtk/gtkcontainer.c
gtk/gtkdialog.c
gtk/gtkdnd.h
gtk/gtkentry.c
gtk/gtkenums.h
gtk/gtkfilechooserdialog.c
gtk/gtkframe.h
gtk/gtkimage.c
gtk/gtkinfobar.c
gtk/gtklabel.c
gtk/gtklevelbar.c
gtk/gtkliststore.c
gtk/gtkmain.c
gtk/gtkmessagedialog.c
gtk/gtknotebook.c
gtk/gtkrecentchooserdialog.c
gtk/gtksearchbar.c
gtk/gtktogglebutton.c
gtk/gtktreemodel.c
gtk/gtkwidget.c
gtk/gtkwindow.c